home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Tele / T / Term 4.6.4 / Term Control Codes next >
Encoding:
Text File  |  1991-10-23  |  1.9 KB  |  57 lines  |  [TEXT/MPS ]

  1. Escape and control sequences recognized by Term:
  2.  
  3. All Televideo 950 sequences are decoded.  Those not listed below are
  4. ignored.
  5.  
  6. Cntrl-G:    X'07'        bell
  7. Cntrl-H:    X'08'        cursor left
  8. Cntrl-I:    X'09'        tab
  9. Cntrl-J:    X'0A'        linefeed
  10. Cntrl-K:    X'0B'        cursor up
  11. Cntrl-L:    X'0C'        cursor right
  12. Cntrl-M:    X'0D'        return
  13. Cntrl-N:    X'0E'       cursor right (for Ultrix termcap)
  14. Cntrl-O:    X'0F'        cursor up (for Ultrix termcap)
  15. Cntrl-V:    X'16'        cursor down
  16. Cntrl-Z:    X'1A'        clear screen, use h.i. setting
  17. Cntrl-|:    X'1E'        home cursor
  18. Cntrl-_:    X'1F'        new line
  19.  
  20. ESC (                    reset half-intensity mode
  21. ESC )                    set half-intensity mode
  22. ESC * or ESC :            clear screen, reset h.i.
  23. ESC - page col row        address cursor, "page" currently ignored
  24. ESC . n                    set cursor: 0 = invisible; other = visible
  25.                            non-std: 2 = "Insert" status msg; other resets status
  26. ESC = col row            address cursor
  27. ESC D duplex            set duplex: H = half, F = full
  28. ESC F text CR            define user status line text
  29. ESC f text CR            define user status line text
  30. ESC G attr                set field attribute:
  31.                         0 = default
  32.                         1 = blank                (bit 0)
  33.                         2 = blink                (bit 1)
  34.                         3 = blink, blank
  35.                         4 = reverse                (bit 2)
  36.                         5 = reverse, blank
  37.                         6 = reverse, blink
  38.                         7 = reverse, blink, blank
  39.                         8 = underline            (bit 3)
  40.                         9 = underline, blank
  41.                         : = underline, blink
  42.                         ; = underline, blink, blank
  43.                         < = underline, reverse
  44.                         = = underline, reverse, blank
  45.                         > = underline, reverse, blink
  46.                         ? = underline, reverse, blink, blank
  47.                         future: bits 6, 5, 4 = red, green, blue
  48. ESC g                    show user status text
  49. ESC h                    show system status (all blank)
  50. ESC T or ESC t            erase to end-of-line
  51. ESC U                    set monitor mode (only supports X'7F')
  52. ESC u                    reset monitor mode
  53. ESC X                   reset monitor mode
  54. ESC Y or ESC y            erase to end-of-page
  55. ESC z n                    attributes visible (n=1) or invisible (n=0)
  56.                         (unique to Term, used by LTERM)
  57.